home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #5 / Amiga Plus CD - 2000 - No. 5.iso / Tools / WWW / BlackIRC / Rexx / Rawsend.birx < prev   
Encoding:
Text File  |  1998-12-25  |  163 b   |  16 lines

  1. /* Demo script for BlackIRC */
  2.  
  3. options results
  4. failat 21
  5.  
  6. GETNICK
  7. nick    = result
  8.  
  9. GETCHANNEL
  10. channel = result
  11.  
  12. 'SPLITSTRING 1 Hello world!'
  13. 'ECHO' result
  14.  
  15. EXIT
  16.